From b7642d5abbae98326aac95bb9a5c1240954d6ae5 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 21 Sep 2004 13:28:18 +0000 Subject: [PATCH] Memory leak fix --- xcsv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xcsv.c b/xcsv.c index da695a1e8..93aa9ba21 100644 --- a/xcsv.c +++ b/xcsv.c @@ -471,6 +471,7 @@ void xcsv_setup_internal_style(const char *style_buf) { xcsv_file_init(); + xcsv_destroy_style(); xcsv_file.is_internal = !!style_buf; intstylebuf = style_buf; } -- 2.30.2